home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 206
- Top = 121
- BorderStyle = bsDialog
- Caption = 'Tar Demo'
- ClientHeight = 214
- ClientWidth = 747
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 104
- Top = 180
- Width = 331
- Height = 13
- Caption =
- 'To extract a file from the tar archive, double-click the wanted ' +
- 'file entry.'
- Visible = False
- end
- object Files: TListView
- Left = 8
- Top = 8
- Width = 730
- Height = 150
- Color = 8404992
- Columns = <
- item
- Caption = 'Filename'
- Width = 200
- end
- item
- Caption = 'Date'
- Width = 70
- end
- item
- Caption = 'Time'
- Width = 70
- end
- item
- Caption = 'Size'
- Width = 70
- end
- item
- Caption = 'Permissions'
- Width = 100
- end
- item
- Caption = 'User'
- Width = 60
- end
- item
- Caption = 'Group'
- Width = 60
- end
- item
- Caption = 'FileOffset'
- Width = 100
- end>
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- RowSelect = True
- ParentFont = False
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = FilesDblClick
- end
- object Button1: TButton
- Left = 16
- Top = 176
- Width = 75
- Height = 25
- Caption = 'Open...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object OpenDialog1: TOpenDialog
- DefaultExt = 'tar'
- Filter = 'tar files|*.tar'
- Left = 464
- Top = 168
- end
- object SaveDialog1: TSaveDialog
- Left = 496
- Top = 168
- end
- end
-